* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
authorJim Blandy <jimb@redhat.com>
Sat, 12 Jun 1993 15:37:14 +0000 (15:37 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Jun 1993 15:37:14 +0000 (15:37 +0000)
Add #undefs for these.
Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
* xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
NO_XRM_SET_DATABASE; the latter isn't used any more.
* m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
Dyke out these #definitions; to avoid conflict with autoconf.

src/m/delta88k.h
src/m/tekxd88.h
src/s/gnu-linux.h

index 61c61e530281d1d0ca1e7234c751f2ae4b0b91f9..bede552b4340e235beaec9cc1eba22b4fe9c09e3 100644 (file)
@@ -176,7 +176,9 @@ and this notice must be preserved on all copies.  */
 
 #ifdef USG5_4
 #ifdef HAVE_X_WINDOWS
+#if 0 /* autoconf should take care of this. */
 #define HAVE_RANDOM
+#endif
 #else
 #undef BSTRING
 #endif /* HAVE_X_WINDOWS */
index 1a7ca441dc99526feac2de9ce5bbe3bfb41cb690..5d1810837c13be7512816a265d46a14dce0e5440 100644 (file)
@@ -112,7 +112,9 @@ and this notice must be preserved on all copies.  */
 #undef sigsetmask      /* XD88 has sigsetmask() */
 
 #ifdef HAVE_X_WINDOWS
+#  if 0 /* autoconf should take care of this.  */
 #  define HAVE_RANDOM  /* Random is in libX11.a */
+#  endif 
 #  undef LIB_X11_LIB   /* Don't use shared libraries defined in usg5-3.h */
 #  undef LIBX11_SYSTEM
 #endif /* HAVE_X_WINDOWS */
index 8b481207ec23c7135e10eea2c8168cffe1a3c4ed..2858fec12afa0dfe1422344018dd5eb1b27c7682 100644 (file)
@@ -179,7 +179,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_UNISTD_H        /* for getpagesize.h */
 #define NO_SIOCTL_H           /* don't have sioctl.h */
 
+#if 0 /* autoconf should take care of this.  */
 #define HAVE_RANDOM           /* is builtin */
+#endif
 #define HAVE_CLOSEDIR
 #define HAVE_GETPAGESIZE
 #define HAVE_VFORK